home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
i_l
/
irit5
/
irit
/
dosintr.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-30
|
696b
|
20 lines
/*****************************************************************************
* "Irit" - the 3d (not only polygonal) solid modeller. *
* *
* Written by: Gershon Elber Ver 0.2, Mar. 1990 *
******************************************************************************
* General, visible to others, definitions of DosIntr module. *
*****************************************************************************/
/* Prototypes of the functions in the module: */
#ifndef DOS_INTR_GH
#define DOS_INTR_GH
void DosChangeDir(char *s);
double DosGetTime(double ResetTime);
void DosSystem(char *s);
void MilisecondSleep(RealType *MiliSeconds);
#endif /* DOS_INTR_GH */